From: Richard M. Stallman Date: Fri, 15 Apr 1994 22:00:44 +0000 (+0000) Subject: (sys_siglist) [sun]: Check SIGFREEZE and SIGTHAW defined. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~92167 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2da0df4def332dcf77265011dffdfd83d02429b7;p=emacs.git (sys_siglist) [sun]: Check SIGFREEZE and SIGTHAW defined. --- diff --git a/src/sysdep.c b/src/sysdep.c index 3de75eb6dc6..29505c31cfa 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -2935,8 +2935,12 @@ char *sys_siglist[NSIG + 1] = "exceeded file size limit", /* 31 SIGXFSZ */ "process's lwps are blocked", /* 32 SIGWAITING */ "special signal used by thread library", /* 33 SIGLWP */ +#ifdef SIGFREEZE "Special Signal Used By CPR", /* 34 SIGFREEZE */ +#endif +#ifdef SIGTHAW "Special Signal Used By CPR", /* 35 SIGTHAW */ +#endif #endif /* sun */ #endif /* not AIX */ 0